add_filter('kses_allowed_protocols', function($protocols) { $protocols[] = 'ionic'; return $protocols; });